home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / pssnap / next / PSSnapshot.h < prev    next >
Text File  |  1992-10-06  |  190b  |  17 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface PSSnapshot:View
  5. {
  6.     id    DrawEdges;
  7.     id    DrawFaces;
  8.     id    UseColor;
  9.     id  filename;
  10. }
  11.  
  12. - save:sender;
  13. - saveas:sender;
  14. - appDidInit:sender;
  15.  
  16. @end
  17.